Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BigQuery:Fix deprecated warnings removed #5240

Merged
merged 2 commits into from
May 30, 2019

Conversation

abhinav-qlogic
Copy link

@abhinav-qlogic abhinav-qlogic commented May 30, 2019

Works towards #4384

@abhinav-qlogic abhinav-qlogic requested a review from a team as a code owner May 30, 2019 12:24
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label May 30, 2019
@sduskis sduskis added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 30, 2019
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 30, 2019
Copy link
Contributor

@sduskis sduskis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like the integration tests are failing. I'm not sure if this failure is related to the change.

[ERROR] testQueryJobWithDryRun(com.google.cloud.bigquery.it.ITBigQueryTest)  Time elapsed: 0.419 s  <<< ERROR!
com.google.cloud.bigquery.BigQueryException: Already Exists: Table gcloud-devel:gcloud_test_dataset_temp_e14fb734_6eef_47d5_ab5d_80a1c86a4caa.test_query_job_table
	at com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc.translate(HttpBigQueryRpc.java:103)
	at com.google.cloud.bigquery.spi.v2.HttpBigQueryRpc.create(HttpBigQueryRpc.java:188)
	at com.google.cloud.bigquery.BigQueryImpl$4.call(BigQueryImpl.java:267)
	at com.google.cloud.bigquery.BigQueryImpl$4.call(BigQueryImpl.java:264)
	at com.google.api.gax.retrying.DirectRetryingExecutor.submit(DirectRetryingExecutor.java:105)
	at com.google.cloud.RetryHelper.run(RetryHelper.java:76)
	at com.google.cloud.RetryHelper.runWithRetries(RetryHelper.java:50)
	at com.google.cloud.bigquery.BigQueryImpl.create(BigQueryImpl.java:263)
	at com.google.cloud.bigquery.BigQueryImpl.create(BigQueryImpl.java:238)
	at com.google.cloud.bigquery.it.ITBigQueryTest.testQueryJobWithDryRun(ITBigQueryTest.java:1408)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298)
	at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.lang.Thread.run(Thread.java:748)

@codecov
Copy link

codecov bot commented May 30, 2019

Codecov Report

Merging #5240 into master will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #5240      +/-   ##
============================================
- Coverage     50.48%   50.48%   -0.01%     
+ Complexity    23876    23875       -1     
============================================
  Files          2258     2258              
  Lines        227473   227473              
  Branches      24978    24978              
============================================
- Hits         114834   114833       -1     
- Misses       104020   104021       +1     
  Partials       8619     8619
Impacted Files Coverage Δ Complexity Δ
...n/java/com/google/cloud/bigquery/BigQueryImpl.java 80% <0%> (-0.22%) 57% <0%> (-1%)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 248ace9...eda4024. Read the comment docs.

@ajaaym ajaaym added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 30, 2019
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 30, 2019
@sduskis sduskis merged commit 2000afb into googleapis:master May 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants